home *** CD-ROM | disk | FTP | other *** search
/ HeiBe Erotik / HeiBe Erotik.iso / erospiel / justinam / setup.exe / 0 / RCDATA / TSELECTFOLDER / TSELECTFOLDER.txt
Text File  |  1979-12-31  |  1KB  |  77 lines

  1. object SelectFolder: TSelectFolder
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Zielverzeichnis w∩┐╜hlen'
  7.   ClientHeight = 260
  8.   ClientWidth = 318
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 236
  21.     Height = 13
  22.     Caption = 'W∩┐╜hlen Sie das Zielverzeichnis f∩┐╜r die Installation.'
  23.   end
  24.   object DirectoryListBox1: TDirectoryListBox
  25.     Left = 16
  26.     Top = 64
  27.     Width = 209
  28.     Height = 161
  29.     ItemHeight = 16
  30.     TabOrder = 0
  31.     OnChange = DirectoryListBox1Change
  32.   end
  33.   object DriveComboBox1: TDriveComboBox
  34.     Left = 16
  35.     Top = 230
  36.     Width = 209
  37.     Height = 19
  38.     TabOrder = 1
  39.     TextCase = tcUpperCase
  40.     OnChange = DriveComboBox1Change
  41.   end
  42.   object Edit1: TEdit
  43.     Left = 16
  44.     Top = 40
  45.     Width = 209
  46.     Height = 21
  47.     TabOrder = 2
  48.   end
  49.   object Button1: TButton
  50.     Left = 232
  51.     Top = 48
  52.     Width = 81
  53.     Height = 21
  54.     Caption = 'OK'
  55.     TabOrder = 3
  56.     OnClick = Button1Click
  57.   end
  58.   object Button2: TButton
  59.     Left = 232
  60.     Top = 72
  61.     Width = 81
  62.     Height = 21
  63.     Caption = 'Abbrechen'
  64.     TabOrder = 4
  65.     OnClick = Button2Click
  66.   end
  67.   object Button3: TButton
  68.     Left = 232
  69.     Top = 104
  70.     Width = 81
  71.     Height = 21
  72.     Caption = 'Netzwerk'
  73.     TabOrder = 5
  74.     OnClick = Button3Click
  75.   end
  76. end
  77.